[INFO] cloning repository https://github.com/swesmith/parcel-bundler__lightningcss.400f705e
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/swesmith/parcel-bundler__lightningcss.400f705e" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswesmith%2Fparcel-bundler__lightningcss.400f705e", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswesmith%2Fparcel-bundler__lightningcss.400f705e'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ad3b68f3deee2ac74f18f8bdeba073f265484a4
[INFO] checking swesmith/parcel-bundler__lightningcss.400f705e against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswesmith%2Fparcel-bundler__lightningcss.400f705e" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/swesmith/parcel-bundler__lightningcss.400f705e
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/swesmith/parcel-bundler__lightningcss.400f705e
[INFO] tweaked toml for git repo https://github.com/swesmith/parcel-bundler__lightningcss.400f705e written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/swesmith/parcel-bundler__lightningcss.400f705e on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/swesmith/parcel-bundler__lightningcss.400f705e already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1
[INFO] running `Command { std: "docker" "start" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]    Compiling pastey v0.1.0
[INFO] [stderr]     Checking data-url v0.1.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking vlq v0.5.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling parcel_selectors v0.28.2 (/opt/rustwide/workdir/selectors)
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling cbindgen v0.24.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]     Checking wyz v0.2.0
[INFO] [stderr]     Checking napi-sys v2.4.0
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling napi-build v1.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]    Compiling lightningcss_node v0.1.0 (/opt/rustwide/workdir/node)
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> node/build.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(target_arch = "wasm32"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> node/build.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |   #[cfg(not(target_arch = "wasm32"))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lightningcss_node` (build script) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1", kill_on_drop: false }`
[INFO] [stdout] c92484b855c6866e0f2d3ef8cadc5e31c258f3aded35119988002e60499b4cd1
